From: Andreas Gruenbacher Date: Tue, 11 Jan 2011 11:25:21 +0000 (+0100) Subject: drbd: Remove superfluous declaration X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~9736^2~18^2~575 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3980485361f5f71e559c6b8868bb5a1c41171407;p=linux-4.9.git drbd: Remove superfluous declaration Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index ef2ceed3be4b..88b247eac342 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -689,7 +689,6 @@ struct drbd_work { drbd_work_cb cb; }; -struct drbd_tl_epoch; struct drbd_request { struct drbd_work w; struct drbd_conf *mdev;